<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#kf { 
	position: fixed;
	bottom: 20px;
	right: 20px;
	width: 180px;
	padding: 1px;
	vertical-align: middle;
	background-color:#FA9265;
	color:#ffffff;
	font-size:12px;
	border-radius: 6px;
	line-height:25px;
	z-index:999;
	display:none;
}
* html #kf {
    position: absolute;
    right: auto; bottom: auto;
    left: expression( ( 0 - kf.offsetWidth + ( document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth ) + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
    top: expression( ( 0 - kf.offsetHeight + ( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}


#kf-caption{padding-left:5px; padding-right:5px;}
#kf-close{float:right; cursor:pointer;}
#kf-face{background-image:url(../images/saleslogo/default.png); background-repeat:no-repeat; height:64px; background-color:#F0F0F0;}
#kf-face a{padding-left:55%; display:block; padding-top:32px; text-decoration:none; color:#666666; font-size:110%; }
#kf-face a:hover{color:#FF6633;}
#kf-info{display:table; border-spacing:2px;}
.kf-row{display:table-row;}
.kf-pn{width:35px;}
#kfid, #kf-name, #kf-state{display:none;}
#prefer-sales{display:none;}
#kf-table {border-collapse:collapse; margin-left:5px; margin-right:5px;}
#kf-table td{padding:0px;}

#kf-prompt{border:thin solid #6699CC; border-radius:5px; width:430px; height:180px; font-size:14px; display:none; background-color:#F0F0F0; z-index:998;}
.win-title{ background-color:#6699CC; height:25px; line-height:25px; padding-left:10px; color:white}
#welcome{ margin-top:5px; margin-bottom:5px; padding-left:80px; padding-top:20px; height:60px; background-image:url(../images/saleslogo/default.png); background-repeat:no-repeat;}
#kf-prompt ul{ float:right; margin-right:20px;}
.win-button{ float:left; width:65px; padding:5px; text-align:center; list-style:none; margin:10px; margin-top:5px; border: #f0483e 1px solid; border-radius:5px;  color:#f0483e;}
.win-button:hover{ background-color:#FA9265; color:white; cursor:pointer; }
#kf-prompt-close{ float:right; margin-right:10px; color:white; }
#kf-prompt-close:hover{cursor:pointer;}</pre></body></html>